home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_13_09 / barbu2 / qdlg.dlg < prev    next >
Text File  |  1995-05-11  |  3KB  |  71 lines

  1. DIALOG|VAR=QDLG|LABEL=Dialog Test, Terminal Options|\
  2.     G0=Co&py/Print|G1=&Document|G2=&Spreadsheet|\
  3.     G3=Sc&reen|G4=C&apture|OK=&OK|CANCEL=&Cancel
  4.  
  5. RADIO|GROUP=0|VAR=CType|LABEL=C&lipboard copy type:|\
  6.     R0=Prompt always|R1=Text|R2=Image
  7. CHECK|GROUP=0|VAR=KeepClp|\
  8.     LABEL=&Keep clipboard contents on exit
  9. RADIO|GROUP=0|VAR=PrintType|LABEL=Print &type:|\
  10.     R0=Prompt always|R1=Text|R2=Image
  11. CHECK|GROUP=0|VAR=Teleprint|\
  12.     LABEL=Perform &teleprint on server request
  13.  
  14. RADIO|GROUP=1|VAR=WordProc|LABEL=&Word processor:|\
  15.     R0=Prompt always|R1=Word 2/6 (USA/UK)|\
  16.     R2=Word 2 (FR)|R3=Word 2 (Deutsch)|\
  17.     R4=Word 2 (ITA)|R5=Word 6 (FR)|\
  18.     R6=Word 6 (Deutsch)|R7=WordPerfect 5.2|\
  19.     R8=WordPerfect 6|
  20. CHECK|GROUP=1|VAR=Bold|\
  21.     LABEL=Double width/height/size --> &Bold
  22. CHECK|GROUP=1|VAR=Italic|\
  23.     LABEL=Reverse video --> &Italic
  24. CHECK|GROUP=1|VAR=Underline|\
  25.     LABEL=Underlined --> &Underlined
  26.  
  27. RADIO|GROUP=2|VAR=Spreadsheet|LABEL=Spreads&heet:|\
  28.     R0=Prompt always|R1=Quattro Pro 5 (FR)|\
  29.     R2=Excel 4/5 (FR)
  30. RADIO|GROUP=2|VAR=Scl|LABEL=&Blanks between columns:|\
  31.     R0=1|R1=2|R2=3|R3=4|R4=5|R5=6|\
  32.     R6=7|R7=8|R8=10|R9=12|R10=14|R11=16
  33. CHECK|GROUP=2|VAR=_221|\
  34.     LABEL=&2 terminal lines --> 1 spreadsheet line
  35.  
  36. RADIO|GROUP=3|VAR=S40|LABEL=&40 columns:|\
  37.     R0=Color|R1=Gray Levels
  38. RADIO|GROUP=3|VAR=S80|LABEL=&80 columns:|\
  39.     R0=Goya (White / Black)|R1=Monet (Green / Black)|\
  40.     R2=Matisse (White / Blue)|R3=Degas (Cyan / Blue)
  41. CHECK|GROUP=3|VAR=ClearOnCall|\
  42.     LABEL=C&lear screen before each call
  43.  
  44. EDIT|GROUP=4|VAR=CaptDir|LABEL=Cap&ture directory:|\
  45.     MAXLEN=128|WIDTH=26|NOEMPTY=1
  46. CHECK|GROUP=4|VAR=AutoCapt|\
  47.     LABEL=Start capture upon each co&nnection
  48. EDIT|GROUP=4|VAR=DownDir|LABEL=Do&wnload directory:|\
  49.     MAXLEN=128|WIDTH=26|NOEMPTY=1
  50. CHECK|GROUP=4|VAR=DownHang|LABEL=&Hangup on end
  51.  
  52. ENDDIALOG
  53.  
  54. ;DIALOG|VAR=QDLG|LABEL=Dialog Test, File: QDLG.DLG, Dlg: QDLG|\
  55. ;    G0=&Modules|G1=Canonical &Form|G2=Co&nsistency|G3=M&emory|\
  56. ;    OK=&OK|CANCEL=&Cancel|
  57. ;  EDIT|GROUP=0|VAR=ClassName|LABEL=C&lass name:|MAXLEN=8|WIDTH=12|NOEMPTY=1
  58. ;  EDIT|GROUP=0|VAR=Dir|LABEL=.HPP,.CPP &path:|MAXLEN=128|WIDTH=40|NOEMPTY=1
  59. ;  CHECK|GROUP=0|VAR=Append|LABEL=&Append to existing files
  60. ;  RADIO|GROUP=1|VAR=CCAO|LABEL=Co&py constructor and assignment operator:|\
  61. ;    R0=Defined|R1=By default|R2=Disabled
  62. ;  CHECK|GROUP=1|VAR=VirtDest|LABEL=&Virtual Destructor
  63. ;  CHECK|GROUP=2|VAR=CRC|LABEL=&Embedded CRC
  64. ;  CHECK|GROUP=2|VAR=AssertWarn|\
  65. ;    LABEL=Compiler &warning when assert-s effective
  66. ;  CHECK|GROUP=3|VAR=NewHandler|LABEL=Class-specific new &handler
  67. ;  CHECK|GROUP=3|VAR=CountInst|LABEL=&Instance count
  68. ;  CHECK|GROUP=3|VAR=WinOutOfMemory|\
  69. ;    LABEL=Class-specific &Windows' MessageBox on out-of-memory
  70. ;ENDDIALOG
  71.